@charset "utf-8";

/* banner */
.banner {
background-size: contain;
max-height: 500px;
overflow: hidden;
position: relative;
}
.swiper-button-prev {
background-image: url('../images/jt-left.png') !important;
}
.swiper-button-next {
background-image: url('../images/jt-right.png') !important;
}
.swiper-button-prev, .swiper-button-next {
background-color: rgba(0, 0, 0, 0.3);
border-radius: 5px;
padding: 10px;
}
.swiper-pagination-bullet {
background-color: #fff;
opacity: 1;
}
.swiper-pagination-bullet-active {
background-color: #000;
}


.ads-one {
position: relative;
height: 140px;
/* background: #fff; */
}

.ads-one .content {
display: flex;
}

.ads-one .left-bg {
position: absolute;
top: 0;
left: 0;
height: 0;
width: 50%;
border-top: solid 120px #265EBF;
border-right: solid 60px transparent;
border-bottom: solid 0 transparent;
}

.ads-one .right-bg {
position: absolute;
bottom: 0;
right: 0;
height: 0;
width: 50%;
border-top: solid 120px #265EBF;
border-right: solid 60px transparent;
border-bottom: solid 0 transparent;
transform: rotate(180deg);
}

.ads-one .left-text {
position: relative;
height: 120px;
display: flex;
flex-direction: column;
justify-content: center;
width: 50%;
z-index: 10;
}

.ads-one .left-text h3 {
color: #fff;
font-size: 28px;
margin-bottom: 6px;
}

.ads-one .left-text p {
color: rgba(255, 255, 255, 0.6);
font-size: 14px;
}

.ads-one .right-text {
position: relative;
height: 120px;
display: flex;
align-items: center;
width: 50%;
z-index: 10;
margin-top: 20px;
padding-left: 200px;
}

.ads-one .right-text img {
width: 50px;
height: 50px;
margin-right: 20px;
}

.ads-one .right-text .tel-info h3 {
color: #fff;
font-size: 32px;
}

.ads-one .right-text .tel-info p {
color: rgba(255, 255, 255, 0.6);
font-size: 14px;
margin-bottom: 6px;
}

.information {
padding: 84px 0 60px;
background: #fff;
}

.information .content {
display: flex;
justify-content: space-between;
}

.information .content .header {
display: flex;
justify-content: space-between;
align-items: center;
}

.information .content .header h3 {
color: #333333;
font-size: 24px;
font-weight: bold;
}

.information .content .header a {
color: #265EBF;
font-size: 14px;
}

.information .news {
width: 780px;
}

.information .news .top {
display: flex;
justify-content: space-between;
align-items: center;
height: 140px;
margin-bottom: 29px;
}

.information .news .top img {
width: 240px;
height: 140px;
margin-right: 25px;
}

.information .news .top .article {
flex: 1;
}

.information .news .top .article .title {
display: block;
color: #333333;
font-size: 18px;
font-weight: bold;
margin-bottom: 20px;
}

.information .news .top .article .text {
color: #898989;
font-size: 14px;
line-height: 24px;
max-height: 72px;
overflow: hidden;
}

.information .news .list li {
margin-bottom: 19px;
}

.information .news .list li a {
display: flex;
justify-content: space-between;
align-items: center;
}

.information .news .list li a .title {
display: flex;
align-items: center;
color: #333333;
font-size: 16px;
}

.information .news .list li a .title .jt {
width: 9px;
height: 10px;
background: url('../images/jt-1-1.png') no-repeat;
background-size: contain;
margin-right: 12px;
}

.information .news .list li a .time {
color: #999999;
font-size: 14px;
width: 100px;
}

.information .news .list li a:hover .title {
color: #265EBF;
}

.information .article {
width: 360px;
}

.information .article ul li>a {
display: flex;
align-items: center;
justify-content: space-between;
background-color: #F9F9F9;
height: 60px;
color: #333333;
font-size: 16px;
box-sizing: border-box;
padding: 0 20px 0 16px;
}

.information .article ul li>a .title {
display: flex;
align-items: center;
}

.information .article ul li>a .iconone {
width: 9px;
height: 10px;
background: url('../images/jt-1-1.png') no-repeat;
background-size: contain;
margin-right: 12px;
}

.information .article ul li>a .icontwo {
width: 20px;
height: 20px;
background-image: url('../images/jt-2-1.png');
background-size: contain;
}

.information .article ul li>a:hover {
background-color: #265EBF;
color: #fff;
}

.information .article ul li>a:hover .iconone {
width: 9px;
height: 10px;
background: url('../images/jt-1-2.png') no-repeat;
background-size: contain;
margin-right: 12px;
}

.information .article ul li>a:hover .icontwo {
width: 20px;
height: 20px;
background-image: url('../images/jt-2-2.png');
background-size: contain;
}

.ads-two {
background-color: #265EBF;
/* margin-top: 60px; */
}

.ads-two .content {
display: flex;
justify-content: space-between;
align-items: center;
}

.ads-two .left-text {
position: relative;
height: 120px;
display: flex;
flex-direction: column;
justify-content: center;
width: 50%;
z-index: 10;
}

.ads-two .left-text h3 {
color: #fff;
font-size: 28px;
margin-bottom: 6px;
}

.ads-two .left-text p {
color: rgba(255, 255, 255, 0.6);
font-size: 14px;
}

.ads-two .btn {
background-color: #fff;
width: 160px;
height: 48px;
display: flex;
justify-content: center;
align-items: center;
color: #265EBF;
font-size: 16px;
font-weight: bold;
}

.about {
background-color: #fff;
padding: 100px 0 70px;
}

.about .about-intro {
padding-left: 45px;
}

.about .about-us {
color: #333333;
font-size: 18px;
margin-bottom: 27px;
}

.about .about-title {
font-size: 32px;
font-weight: bold;
color: #333333;
margin-bottom: 50px;
}

.about .about-title span {
color: #265EBF;
}

.about .about-intro p {
width: 510px;
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666666;
line-height: 28px;
margin-bottom: 60px;
}

.about .data-info {
position: relative;
display: flex;
align-items: center;
width: 840px;
height: 174px;
background: url('../images/home-section5.png');
background-size: cover;
/* margin-bottom: 77px; */
}

.about .data-info ul{
display: flex;
justify-content: flex-start;
}

.about .data-info li {
margin-left: 50px;
z-index: 10;
}

.about .data-info li h3 {
color: #fff;
font-size: 28px;
margin-bottom: 6px;
}

.about .data-info li p {
color: rgba(255, 255, 255, 0.6);
font-size: 14px;
}

.about .data-info .img-box {
position: absolute;
left: 600px;
bottom: 57px;
width: 600px;
}

.about .data-info .img-box .bg {
position: absolute;
left: 50%;
transform: translateX(-50%);
top: -126px;
width: 582px;
height: 126px;
}


/* video */
.flex {
width: 100%;
display: -webkit-flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
flex-wrap: wrap;
display: flex;
align-items: center;
justify-content: space-between;
/* justify-content: center; */
}

.appItem img {
width: 100%;
}

.appItem video {
width: 100%;
}

.appItem {
width: 383px;
position: relative;
height: 220px;
margin-bottom: 25px;
}


.app img {
width: 100%;
}

.videos {
max-width: 100%;
margin-bottom: 40px;
}

.videos div {
box-sizing: border-box;
overflow-x: hidden;
overflow-y: hidden;
}

.videoCard {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}

.videoCard img {
width: 64px;
}

.bigImg {
display: none;
width: 100%;
height: 100%;
background: rgba(50, 50, 50, 0.5);
position: fixed;
top: 0;
}

.showImg {
position: absolute;
z-index: 1;
left: 0;
right: 0;
top: 0%;
bottom: 0;
margin: auto;
width: auto;
width: 960px;
height: 540px;
/* max-width: 100%;
max-height: 100%; */
text-align: center;
overflow-y: auto;
}

.showImg video {
width: 960px;
height: 540px;
/* max-width: 100%;
max-height: 100%; */
}

.pub_close {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
}

.pub_close {
width: 30px;
}

/* video */
.flex {
width: 100%;
display: -webkit-flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
flex-wrap: wrap;
display: flex;
align-items: center;
justify-content: space-between;
justify-content: left; 
}

.appItem a:hover .videoCard {
opacity: 1;
}

.appItem img {
width: 100%;
}

.appItem video {
width: 100%;
}

.appItem {
width: 383px;
position: relative;
height: 220px;
margin: 0 8px 25px;
}


.app img {
width: 100%;
}

.videos {
max-width: 100%;
margin-bottom: 40px;
}

.videos div {
box-sizing: border-box;
overflow-x: hidden;
overflow-y: hidden;
}

.videos div a {
    width: 100%;
    height: 100%;
}

    .videos div a > img {
        width: 100%;
        height: 100%;
    }

.videoCard {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
opacity: 0.5;
}

.videoCard img {
width: 64px;
}